home *** CD-ROM | disk | FTP | other *** search
- Path: news1.interserv.net!news
- From: <dvisage@interserv.com>
- Newsgroups: comp.lang.c++
- Subject: STL with MSVC++ 4.0
- Date: 11 Feb 1996 22:02:00 GMT
- Organization: InterServ News Service
- Message-ID: <4flp0o$101@lal.interserv.net>
- NNTP-Posting-Host: dd06-002.compuserve.com
- Content-Type: text/plain
- Content-length: 869
- X-Newsreader: AIR Mosaic (32-bit) 4.00
-
-
- >>include new.h. Beyond that, I'm still tracking down ambiguos operators
- >>for the iterator types. You can make it work, but its not a gimme.
- >
- >>John S.
- >
- >Microsoft have a paper on MFC and Standard Template Library at
- >http://www.microsoft.com/visualc/v4/v4tech/stlchg.htm
- >
- >
- >Cheers,
- >Peter J Brock
- >http:/www.magna.com.au/~peter
- >
- I have also had similar problems with ambigous iterator operators. Especially,
- the map::iterator. To get around the namespace problem, you also need to
- include iostream.h as well as new.h in order for the piece of **** to even
- compile with MFC source code.
-
- I just recently download a copy of STL dated October 1995 that no longer
- seem to want to compile my source code. The previous version that I
- was using seemed to work.
-
- The problem is an ambiguos map::const_iterator::operator!=()
-
- Any solutions?
-
-